home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 284 / applic / stbanner.doc < prev    next >
Text File  |  1988-08-18  |  7KB  |  154 lines

  1.  
  2. After you have deARCed STBANNER.ARC,  make a folder called FONTS
  3. and deARC FONTS.ARC into that folder.  This folder will contain
  4. the fonts STBANNER uses to print.  
  5.  
  6.                Steve Whitney
  7.                74 Starglow Circle
  8.                Sacramento, CA  95831
  9.  
  10.                GEnie:  S.WHITNEY
  11.  
  12.                Internet:  maverick@portia.stanford.edu
  13.  
  14. --------------------------------------------------------------------------------
  15.  
  16.                             ST BANNER
  17.  
  18.                                 by
  19.  
  20.                           Steve Whitney
  21.  
  22. ------------------------------------------------------------------
  23.  
  24.                            INTRODUCTION
  25.  
  26.  
  27. ST BANNER is a program to print large banners out of small letters 
  28. on your printer.  For example, a banner that says "Hi!" might look 
  29. something like this:
  30.  
  31.      +----------------------+
  32.      | HH  HH          !!   |
  33.      | HH  HH    ii   !!!!  |
  34.      | HH  HH         !!!!  |
  35.      | HHHHHH   iii   !!!!  |
  36.      | HH  HH    ii    !!   |
  37.      | HH  HH    ii         |
  38.      | HH  HH   iiii   !!   |
  39.      +----------------------+
  40.  
  41. Longer messages stretch across more than one piece of paper.
  42.  
  43.                        RUNNING THE PROGRAM
  44.  
  45.      First, run the STBANNER.PRG program.  You will see a bunch of
  46. messages I stuck at the beginning of the program.   Just press the 
  47. button in each of these alert boxes as they go by.   The last  box 
  48. asks you to chooose the fonts for your banner.   After this  alert 
  49. box,  you  will be presented with a standard GEM Item Selector  to 
  50. choose fonts.
  51.  
  52.                           CHOOSING FONTS
  53.  
  54.      Fonts for STBANNER will have either a .F88 of .F8S  extender.  
  55. The .F88 fonts are standard Atari 8-bit 8x8 matrix fonts.  You can 
  56. download these from any Atari bulletin board.   Fonts ending  with 
  57. .F8S  are  8x16  fonts  from  the  original  DEGAS  program  (form 
  58. Batteries  Included).   You  may use that font  editor  to  create 
  59. STBANNER fonts or download them.  In either case, you will have to 
  60. rename the font (using SHOW INFO from the desktop's file menu)  so 
  61. that STBANNER will know which type of font it is.
  62.  
  63.      You  will be presented with Item Selectors until  you  choose 
  64. the  maximum  allowed number of fonts (10 right now) or  click  on 
  65. the Cancel button in the Item Selector.   (Note that if you  click 
  66. the cancel button before you have chosen any fonts,  you will have 
  67. the  option  of  continuing  (choosing a  font)  or  quitting  the 
  68. program.
  69.  
  70.                          TYPING A MESSAGE 
  71.  
  72.      Once your fonts are all set, you will need to type a message.  
  73. A FONT window will come up with a list of available fonts and  the 
  74. function  keys  which correspond to them.   There will also  be  a 
  75. MESSAGE window.   Before you can start your message, you will need 
  76. to  press  a function key to choose a font.   After that  you  may 
  77. type  your  message.   Backspace erases the character  before  the 
  78. cursor,  and UNDO erases the whole message you have typed so  far.  
  79. At  any  time you may press a function key to choose a  new  font.  
  80. New  fonts  affect  everything you type  after  the  function  key 
  81. (although you won't be able to tell the difference on the screen).
  82.  
  83.      When you're finished,  press RETURN.   An alert box will  ask 
  84. you to confirm that you're finished typing.
  85.  
  86.                        PRINTING THE BANNER
  87.  
  88.      STBANNER  will ask you a few questions before it prints  your 
  89. banner...  all in the form of Alert Boxes.
  90.  
  91.      "Direction  to  print..."  allows you to choose  whether  you 
  92. would like to print you banner horizontally of vertically.
  93.  
  94.                HORIZONTAL     V
  95.                               E
  96.                               R
  97.                               T
  98.                               I
  99.                               C
  100.                               A
  101.                               L
  102.  
  103.      "Porportional  Spacing" is something you almost always  want.  
  104. It  looks  terrible  on vertical  banners,  though,  so  it  isn't 
  105. offered.   If  you click no to proportional spacing,  all  letters 
  106. will take the same amount of horizontal space.  Even punctuation.
  107.  
  108.      "Printer  type..." asks you if you have an  Epson  compatible 
  109. printer.   If  you  do,  it changes the line spacing so  that  the 
  110. letters look denser.  Most printers are epson compatible enough to 
  111. use this option.
  112.  
  113.      "Fill with (L)etter or with # sign" allows you to choose what 
  114. your banners big letters will be filled with.   If you choos "L" a 
  115. big banner H will be fileld with little H's.   Otherwise, it'll be 
  116. filled with #'s.
  117.  
  118.      "Size of letters..." lets you choose ho big your letters are.  
  119. (L)arge letters are as tall as the page,  (M)edium letters are  about 
  120. four fifths as tall as the page, and (S)mall letters are about two 
  121. fifths as tall as the page.
  122.  
  123.      Once you've decide all these things, you're asked what device 
  124. to  print the banner on.   The printer is PRN:.   You'll  get  the 
  125. printer if you click on cancel.   If you want to print to a  file, 
  126. you can do that too.   I like to print banners to a file and  then 
  127. upload  them  into electronic mail messages (try that  with  Print 
  128. Shop!)  Also,  if you just want to see what the letters will  look 
  129. like without printing them, you can type in the device NUL:.  Your 
  130. banner  won't get printed at all,  but you can see the letters  on 
  131. the screen in the fonts you've chosen as they're read into memory.
  132.  
  133.                           THE LAST STEP  
  134.  
  135.      Whew!  That's all the choices.  Now all you have to do is sit 
  136. back  and  watch.   STBANNER lets you see which  letter  is  being 
  137. printer and what font it's in as it prints.   If you need to  stop 
  138. printing,  press  a  key like the space bar (try not  to  use  the 
  139. RETURN key for this).   STBANNER periodically checks the  keyboard 
  140. and  stops if a key has been pressed.   When the banner  is  done, 
  141. STBANNER asks you if you want to print another one.
  142.  
  143.                            BEST WISHES
  144.  
  145.      I hope you enjoy STBANNER.  I was planning to send it away to 
  146. a  magazine,  but  I decided to make it more widely  available  by 
  147. putting  it  in the public domain.   I lost some bucks  that  way, 
  148. though, so if you really like it, feel free to send contributions. 
  149. Maybe  I'll  add  enhancements  to the program  if  I  get  enough 
  150. encouragement.   It should be pretty useful the way it is, though.  
  151. Also, wish me luck on the GRE!
  152.  
  153.                                         --Steve
  154.